#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.6);
z-index: 1001;
}
#popup{
width: 500px;
height: 500px;

position: relative;
top: 10px; 
left: 350px;
}
.closepopup{
position:absolute;
right:-16px;
top: 55px;
z-index: 1002;


  background-color:black;
  color: white;
  padding: 6px 6px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  width: 50px;
}

.quick1 h2{
    
    font-size:30px;
    font-family: "Times New Roman", Times, serif;
    padding:2px;
}